Skip to content

Refactored fcl-core discovery folder files to TypeScript #2462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 11, 2025

Conversation

mfbz
Copy link
Contributor

@mfbz mfbz commented May 22, 2025

Closes #2444

@mfbz mfbz requested a review from a team as a code owner May 22, 2025 13:01
Copy link

changeset-bot bot commented May 22, 2025

⚠️ No Changeset found

Latest commit: 94de42b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR


export const SERVICE_ACTOR_KEYS = {
AUTHN: "authn",
RESULTS: "results",
SNAPSHOT: "SNAPSHOT",
UPDATED: "UPDATED",
UPDATE_RESULTS: "UPDATE_RESULTS",
} as const

export interface ActorContext {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was there an issue with the ActorContext type exported by util-actor?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right! Updated the usage using ActorContext from util-actor package

@mfbz mfbz requested a review from jribbink May 27, 2025 20:18
@mfbz mfbz merged commit 8cd554b into feature/typescript-fcl-core Jun 11, 2025
1 check passed
@mfbz mfbz deleted the mfbz/refactor-fcl-core-discovery branch June 11, 2025 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants